home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-06-08 | 4.7 KB | 155 lines | [SGPA/SCPG] |
- on Build
- dodocsetup
- locatefonts
- newpublication pages 1 columns 0 PageWidth 612 PageHeight 792 pageorientation portrait topmargin 36 bottommargin 36 leftmargin 36 rightmargin 36
- set gridsettings to 18,18
- set displayinvisibles to false
- set facingpages to false
- set gridsnap to false
- set lockguides to false
- set magneticguides to false
- set printcoloroptions to false
- set printcolornames to true
- set printcutouts to true
- set printregistrationmarks to false
- set printmarksoptions to no
- set printpageoptions to all
- set printtypeoptions to publication
- set spotcolor 1 to 0,0,0
- set spotcolor 2 to 65535,65535,65535
- set spotcolor 3 to 62167,2134,34028
- set spotcolor 4 to 0,32768,4528
- set spotcolor 5 to 577,43860,60159
- set spotcolor 6 to 56683,2242,1698
- set spotcolor 7 to 0,0,54272
- set spotcolor 8 to 64512,62333,1327
- set linepattern to 1
- set fillpattern to 2
- set color to 1
- set framelinetype to 1
- set mousecursor to roll
- set mousecursor to roll
- goto rightbackground
- PublicationSetup columns 1
- set mousecursor to roll
- goto page 1
- -- •p1 1•
- draw rectangle 231,151,577,464
- set framelinetype of last object to 2
- set linepattern of last object to 0
- set croprectangle of last object to -62,-42,476,389
- -- •p1 2•
- draw rectangle 38,255,213,555
- set locked of last object to true
- set linepattern of last object to 0
- -- •p1 3•
- draw rectangle 33,584,147,655
- set framelinetype of last object to 2
- set fillpattern of last object to 0
- set linepattern of last object to 0
- set croprectangle of last object to 0,0,114,71
- -- •p1 4•
- draw rectangle 36,663,221,757
- set locked of last object to true
- set framelinetype of last object to 2
- set linepattern of last object to 0
- -- •p1 5•
- draw rectangle 230,477,393,757
- set linepattern of last object to 0
- -- •p1 6•
- draw rectangle 35,153,210,228
- set locked of last object to true
- set framelinetype of last object to 2
- set linepattern of last object to 0
- -- •p1 7•
- draw rectangle 231,37,577,146
- set locked of last object to true
- set framelinetype of last object to 2
- set fillpattern of last object to 0
- set linepattern of last object to 0
- -- •p1 8•
- draw rectangle 413,476,576,757
- set framelinetype of last object to 2
- set linepattern of last object to 0
- -- •p1 9•
- draw Line 37,143,574,143
- set locked of last object to true
- set framelinetype of last object to other 8.000000
- set fillpattern of last object to 0
- PublicationSetup columns 1
- progressdialog show "creating stories"
- set the mousecursor to roll
- link page objects 1,2 to story "!selling_points"
- set the name of last story to "selling_points"
- put space into story "selling_points"
- select all text in story "selling_points"
- textsetup Helvetica "italic" 18 left
- set the mousecursor to roll
- link page objects 1,4 to story "!address"
- set the name of last story to "address"
- put space into story "address"
- select all text in story "address"
- textsetup Helvetica "plain" 10 left
- set the mousecursor to roll
- link page objects 1,5,1,8 to story "!bodytext"
- set the name of last story to "bodytext"
- put space into story "bodytext"
- select all text in story "bodytext"
- textsetup Helvetica "plain" 11 left
- set the mousecursor to roll
- link page objects 1,6 to story "!subhead"
- set the name of last story to "subhead"
- put space into story "subhead"
- select all text in story "subhead"
- textsetup Helvetica "bold,italic" 19 left
- set the mousecursor to roll
- link page objects 1,7 to story "!headline"
- set the name of last story to "headline"
- put space into story "headline"
- select all text in story "headline"
- textsetup Helvetica "bold,italic" 39 left
- choose maintool
- progressdialog hide
- end Build
-
-
- on locatefonts
- global vHelvetica, vPalatino, vTimes, vNewYork, systemfonts
- put fontfamilies into systemfonts
- if systemfonts contains "New York" then put "New York" into vNewYork
- else put "Geneva" into vNewYork
- if systemfonts contains "helvetica" then put "helvetica" into vHelvetica
- else put "Geneva" into vHelvetica
- if systemfonts contains "Times" then put "Times" into vTimes
- else put vNewYork into vTimes
- if systemfonts contains "Palatino" then put "Palatino" into vPalatino
- else put vTimes into vPalatino
-
- end locatefonts
-
- on dodocsetup
- global usersOldMeasurement
- set lockscreen to true
- Set ShuffleTextObjects to false
- put measurements into usersOldMeasurement
- set measurements to points
- set displayguides to false
- set view to actual
- set itemdel to ","
- set worddel to space
- set linedel to cr
- set saveglobals to true
- progressdialog open
- progressdialog show "creating publication"
- end dodocsetup
-
- on textsetup thefont, theface, thesize, thejust
- global vHelvetica, vPalatino, vTimes, vNewYork
- set styleRecomposition to false
- set the textfont to value("v"&thefont)
- do "set the textface to "&theface
- set the textsize to thesize
- set the rulerjustification to thejust
- set styleRecomposition to true
- end textsetup
-